home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / init / udevtrigger.conf < prev    next >
Text File  |  2009-09-21  |  318b  |  16 lines

  1. # udevtrigger - cold plug devices
  2. #
  3. # By the time udevd starts, we've already missed all of the events for
  4. # the devices populated in /sys.  This task causes the kernel to resend
  5. # them.
  6.  
  7. description    "cold plug devices"
  8.  
  9. start on (startup
  10.       and started udev)
  11.  
  12. task
  13.  
  14. exec udevadm trigger
  15. post-stop exec udevadm settle
  16.